home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN13Math < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.5 KB  |  38 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #13:    Math
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    Math.asm
  11.                    Math.Init.asm
  12.                    Full.Build
  13.                    Build
  14.                    Build.Macros 
  15.  
  16. MPW Components:    Math.Aii
  17.                    Math.Init.Aii
  18.                    MakeFile
  19.  
  20. This sample program demonstrates how to use the Apple IIGS Integer Math and 
  21. SANE tools in a 65816 assembly language application.
  22. _____________________________________________________________________________
  23.  
  24. Math produces graphic displays of four waveforms:  a sine curve generated from 
  25. Integer Math Frac numbers, an integer Fast Fourier Transform, a sine curve 
  26. generated via SANE, and a SANE FFT.  SANE operations favor numerical accuracy 
  27. over speed, so the two SANE waveforms take time to calculate.  The SANE FFT 
  28. takes over a minute (no, the application has not crashed).
  29.  
  30. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  31. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  32. Build.Macros allow you to perform complete or partial rebuilds of the load 
  33. file Math.
  34.  
  35. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  36. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  37. found in the MakeFile.
  38.